Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.easyshare.jsf.resources.contrib--types

This contribution is part of XML component org.nuxeo.easyshare.jsf.resources.contrib inside nuxeo-easyshare-jsf-9.10.jar /OSGI-INF/easyshare-contrib.xml

Extension Point

Extension point types of component TypeService.

Contributed Items

  • <type id="EasyShareFolder">
       <layouts mode="create">
        <layout>layout@EasyShareFolder-edit</layout>
       </layouts>
       <layouts mode="edit">
        <layout>layout@EasyShareFolder-edit</layout>
       </layouts>
       <layouts mode="view">
        <layout>layout@EasyShareFolder-view</layout>
       </layouts>
       <layouts mode="header">
        <layout>layout@EasyShareFolder-header</layout>
       </layouts>
       <contentViews category="content">
        <contentView showInExportView="false">document_content</contentView>
       </contentViews>
       <contentViews category="trash_content">
        <contentView showInExportView="false">document_trash_content</contentView>
       </contentViews>
      </type>

XML Source

<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
  <type id="EasyShareFolder">
   <layouts mode="create">
    <layout>layout@EasyShareFolder-edit</layout>
   </layouts>
   <layouts mode="edit">
    <layout>layout@EasyShareFolder-edit</layout>
   </layouts>
   <layouts mode="view">
    <layout>layout@EasyShareFolder-view</layout>
   </layouts>
   <layouts mode="header">
    <layout>layout@EasyShareFolder-header</layout>
   </layouts>
   <contentViews category="content">
    <contentView showInExportView="false">document_content</contentView>
   </contentViews>
   <contentViews category="trash_content">
    <contentView showInExportView="false">document_trash_content</contentView>
   </contentViews>
  </type>
 </extension>